Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable hardening #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Enable hardening #55

wants to merge 1 commit into from

Conversation

jabl
Copy link

@jabl jabl commented Feb 15, 2017

Adds some hardening flags that will hopefully make it easier to catch
programming mistakes, or stop exploit attempts.

See e.g.
https://wiki.debian.org/Hardening
https://fedoraproject.org/wiki/Changes/Harden_All_Packages

There are some additional hardening features that can be given as
linker flags (LDFLAGS):

-Wl,-z,relro,now

but these are not enabled by this commit since they can cause problems
for users who load libmunge.so at runtime.

Adds some hardening flags that will hopefully make it easier to catch
programming mistakes, or stop exploit attempts.

See e.g.
https://wiki.debian.org/Hardening
https://fedoraproject.org/wiki/Changes/Harden_All_Packages

There are some additional hardening features that can be given as
linker flags (LDFLAGS):

-Wl,-z,relro,now

but these are not enabled by this commit since they can cause problems
for users who load libmunge.so at runtime.
@dun dun added this to the 0.5.14 milestone Sep 26, 2017
@dun dun removed this from the 0.5.14 milestone Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants